[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LFAFTER

 Function
  Set the extra line feed after prompt flag in a DISPTEXT, INPUTSTR,
  or PROMPTSTR statement.

 Value
  256 = 100000000b = 400o = 100h

 Remarks
  The INPUTSTR, PROMPTSTR, and DISPTEXT statements have the ability to
  send an extra carriage return/line feed after a prompt is displayed
  automatically and without the need to make a separate call to NEWLINE.

 Example

  STRING pwd
  INPUTSTR "Enter id",pwd,@X0E,4,"0123456789",LFBEFORE+NEWLINE+LFAFTER
  IF (pwd <> "1234") PRINTLN "Bad id number"

See Also: DISPTEXT INPUTSTR LFBEFORE NEWLINE PROMPTSTR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson